A

Agentic Workflows

Autonomous Agents Agentic Workflows

13 workflows — multi-step AI automation tools for coding agents on Autonomous Agents.

Available free v1.0.0 Browser
$ sidebutton install Autonomous Agents
Download ZIP

Autonomous Agents MCP server automation workflows

13

Git pull on all repos and reinstall skill packs

agent_pull_repos

Drive a ticket to completion — plan, dispatch SE/QA, track PRs, merge, validate, close. Idempotent.

agent_pm_drive

Full sprint lifecycle — plan, manage, close. Phase-detecting and idempotent.

agent_pm_sprint

Re-review PR after developer addresses prior QA feedback — does NOT test live site

agent_qa_followup

Regression test affected modules on the live/deployed site after merge

agent_qa_regression

Review PR code against ticket acceptance criteria — does NOT test live site

agent_qa_validate

Test the live site against ticket scope — no PR, tests production directly

agent_qa_new_ticket

Find the lowest-coverage module, explore it in the browser, improve its skill files

agent_sd_coverage

Read review feedback, apply changes to existing PR, push updates

agent_se_followup

Read ticket, understand context, implement fix, create PR, report back

agent_se_work

Investigate bug, trace root cause, implement fix, create PR

agent_se_rca_fix

Review PR, resolve conflicts, fix issues, merge, report back

agent_se_review_merge

Investigate bug, trace root cause, report findings without fixing

agent_se_rca